AWS Config
- Helps record configurations and changes over time
- Can store config data to
S3for further analysis - Analysis can be
- Is there un-restricted
SSHaccess in anySG - Do bucket has public access
- Is
ALB Configchanges over time Alertfor the config can be received bySNSAWS-Configis per-region service, although can be aggregate across regions and accounts
Config Rules
- Can use
AWS Managed Rules - Can make custom rules using
AWS Lambda, like - If each
EBSdisk is typeGP2 - If each
EC2instance is type t2.micro - Rules be triggered or evaluated
- On config change
- Regular time intervals
- Using
Cloudwatch Event - AWS Config does not prevent actions from happening, it just check the changes
- Pricing is
2 Dollar/per active rule/per region / per month